home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / BBS / THECOVE2.ZIP / COVE.ZIP / GAME.CTL < prev    next >
Encoding:
Text File  |  1996-02-18  |  6.2 KB  |  134 lines

  1. ;   Door Control file
  2. ;--------------------------------
  3. ; The semi-colons are comment markers.  Remove them to activate option.
  4. ;
  5. ;Sysopfirst  Specifies the first name of the sysop as it will be shown to
  6. ;            the users.
  7. ;
  8. ;SysopLast   Specifies the last name of the sysop as it will be shown to
  9. ;            the users.
  10. ;
  11. ;BBSName     Specifies the name of the bbs as it will be shown to users.
  12. ;
  13. ;Mono        Will disable color on the local side. (Necessary if you are
  14. ;            running a monochrome system)
  15. ;
  16. ;BBSType     Specifies the type of bbs software under which this door program
  17. ;            will be run. Valid bbs types include:
  18. ;
  19. ;                  DOORSYS - The DOOR.SYS format (Wildcat!,GAP,TAG, etc)
  20. ;                     RBBS - Rbbs version 16.1+  (uses DORINFOx.DEF*)
  21. ;                    QUICK - Quickbbs,Force,R.A. (uses DORINFOx.DEF**)
  22. ;                    PCB12 - Pcboard version 12 (note: see COMPORT note below)
  23. ;                    PCB14 - Pcboard version 14
  24. ;                    PCB15 - Pcboard version 15
  25. ;                  PHOENIX - Phoenix bbs (uses INFO.BBS)
  26. ;                 SPITFIRE - Spitfires bbs (uses SFDOORS.DAT)
  27. ;                     WWIV - WWIV bbs (uses CHAIN.TXT)
  28. ;                      2AM - 2 A.M. software (uses JUMPER.DAT)
  29. ;                   TRIBBS - TriBBS software (uses TRIBBS.SYS)
  30. ;                 CALLINFO - Old Wildcat 2.xx(obsolete dropfile CALLINFO.BBS)
  31. ;
  32. ;  Notes: There are at least two different types of DORINFOx.DEF
  33. ;           *  ANSI graphics is selected when a "2" is passed in the graphics
  34. ;              parameter of the DORINFOx.DEF.   RBBS standard.
  35. ;          **  ANSI graphics is selected when a "1" is passed in the graphics
  36. ;              parameter of the DORINFOx.DEF.   QuickBBS,Remote Access,FORCE,
  37. ;              UltraBBS and many shareware BBSes require this type.
  38. ;
  39. ;ComPort     For bbs types that do not have the com-port contained in their
  40. ;            door information files (such as PCBOARD-12), you will have to
  41. ;            specify the com-port. Simply put the port number (i.e. 1,2,etc)
  42. ;            not the whole word COM1.  If you find that one node locks up
  43. ;            another node you may have to use this option.
  44. ;            [NOTE: You can also specify the comport using /Cx from the
  45. ;            command line]
  46. ;
  47. ;
  48. ;Fossil      Selecting this option will cause doordriver to use a fossil port
  49. ;            driver.  Otherwise doordriver will use its own internal comport
  50. ;            handlers.  Note - do not use both fossil and Xfossil at the same
  51. ;            time. Maximum standard bios speed of 38,400. This can be used
  52. ;            with the XOO fossil at ALL speeds.
  53. ;
  54. ;Xfossil     Selecting this option will cause DDPlus to use the extended fossil
  55. ;            driver speeds in other then X00 fossils.   This will support speeds of
  56. ;            57,800 or higher baud.  Otherwise DDPlus will use its own internal
  57. ;            comport handlers.  This option neither open or closes the fossil
  58. ;            but reads and writes to it in whatever state it is when the door
  59. ;            is run. This option is NOT required if you are using XOO.
  60. ;
  61. ;LockBaud    This will specify a locked baud rate. If you specify this
  62. ;            parameter, then no matter what the bbs software says, this
  63. ;            baud rate will be used. [NOTE: You can also specify the locked
  64. ;            baud rate using /Bxxxx from the command line]
  65. ;
  66. ;Port1       If you must use a non-standard interrupt, doordriver can be
  67. ;Port2       configured for IRQs 0-15. The port# indicates the chosen comport
  68. ;Port3       Follow this with the port address in hex.  Afterward put the IRQ
  69. ;Port4       in decimal.  For an example if comport 3 at irq 15 and address
  70. ;            $03E8 was needed use the following:
  71. ;            PORT3 03E8 15
  72. ;
  73. ;Maxtime     The maxtime parameter will allow you to specify a maximum time
  74. ;            per session that a user may be in the door. (i.e. if you
  75. ;            specified 30 minutes, then if the user had 60 mins left, he could
  76. ;            only play for 30 mins)
  77. ;
  78. ;Status      Specify "ON" if you wish the status line to appear at the bottom
  79. ;            of "OFF" if you wish it to be disabled.
  80. ;
  81. ;Statfore    Statfore foreground color of the status line and the major input
  82. ;            fields. (default 7  light-grey)
  83. ;
  84. ;Statback    The background color of the status line (default 1)
  85. ;
  86. ;Color1      Tells GAME to select ANSI graphics when a "1" is passed
  87. ;            in the graphics parameter of the DORINFOx.DEF. From what I
  88. ;            understand, FORCE and QUICKBBS require this option set although
  89. ;            RBBS should not.
  90. ;
  91. ;------------------------------ Sample Data ----------------------------------
  92. ;
  93. SYSOPFIRST Joe
  94. SYSOPLAST SixPack
  95. BBSNAME The Good OldBoy Club
  96. ;
  97. ;       ::::------- Put your bbs type here! Select from those listed above
  98. ;       ::::
  99. ;       \/\/
  100. BBSTYPE DOORSYS
  101. ;
  102. ;                   If you are using a bbs type that doesn't provide the com
  103. ;        ::-------- port num in it's door information file (such as pcb-12),
  104. ;        \/         then uncomment this line and put your com port here.
  105. ;COMPORT 1
  106. ;
  107.         ; Uncomment the next line if you use a fossil device driver with speeds up to
  108. ; 38,400 baud. This will also work for the XOO fossil at ALL speeds.
  109. ;FOSSIL
  110. ;
  111. ; Uncomment the next line if you use a fossil device driver using extended
  112. ; speeds of 57,600 or more baud and it is NOT the XOO fossil. 
  113. ;XFOSSIL
  114. ;
  115. ;           ::------If you are locking ports uncomment this line and set this
  116. ;           ::      number to the port speed.
  117. ;           \/
  118. ;LOCKBAUD 38400
  119. ;
  120. ;       ::------------ If you are going to use a non-standard IRQ place the
  121. ;       ::             port address in hex one space after the PORT# option.
  122. ;       ::
  123. ;       ::  ::-------- If you have a non-standard IRQ position the IRQ number
  124. ;       \/  \/         one space after the ports' hex address. (decimal)
  125. ;PORT1 03F8 4
  126. ;PORT2 02F8 3
  127. ;PORT3 03E8 4
  128. ;PORT4 02E8 3
  129. ;                   Uncomment this line if you want to make Rip bulletins
  130. ;  ::-------------- for your BBS.  Here a Wildcat pause is shown.
  131. ;  \/
  132. ;------------------------------ End of File ----------------------------------
  133.  
  134.